﻿@font-face {
  font-family: 'gilroy-bold';
  src: url("fonts/gilroy-bold.eot");
  src: url("fonts/gilroy-bold.eot") format("embedded-opentype"),  url("fonts/gilroy-bold.woff") format("woff"), url("fonts/gilroy-bold.bin") format("truetype"), url("fonts/gilroy-bold.svg") format("svg");
}

@font-face {
  font-family: 'gilroy-regular';
  src: url("fonts/gilroy-regular.eot");
  src: url("fonts/gilroy-regular.eot") format("embedded-opentype"),  url("fonts/gilroy-regular.woff") format("woff"), url("fonts/gilroy-regular.bin") format("truetype"), url("fonts/gilroy-regular.svg") format("svg");
}

@font-face {
  font-family: 'Gilroy-Light';
  src: url("fonts/Gilroy-Light_0.eot");
  src: url("fonts/Gilroy-Light_0.eot") format("embedded-opentype"),  url("fonts/Gilroy-Light_0.woff") format("woff"), url("fonts/Gilroy-Light_0.bin") format("truetype"), url("fonts/Gilroy-Light_0.svg") format("svg");
}

*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
a{
	text-decoration: none;
	color: #666;
}
li{
	list-style: none;
}
img{
	vertical-align: middle;
	max-width: 100%;
}
body{
	max-width: 1920px;
	font-size: 14px;
	color: #666;
	font-family:"PingFang SC","微软雅黑", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}


/*顶部*/
header{
	height: 100px;
	width: 100%;
	max-width: 1920px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
header .logo{
	float: left;
	line-height: 100px;
	position: relative;
	z-index: 92;
}
nav{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 91;
	width: 100%;
	height: 100%;
	
}
.nav-ul{
	width: 100%;
	height: 100%;
	max-width: 770px;
	margin: 0 auto;
	overflow: hidden;
}
.nav-ul li{
	width: 14.285%;
	height: 100%;
	float: left;
	text-align: center;
}
.nav-ul li:nth-child(2) .nav-pro-a{
	padding-right: 15px;
	background: url(../img/ico01.png) no-repeat right 50px;
}
.nav-ul li a{
	display: inline-block;
	height: 100%;
	font-size: 16px;
	color: #fff;
	line-height: 100px;
}
.nav-ul li.on a:first-child{
	color: #0083D3;
}

.header-rt{
	float: right;
	height: 62px;
	position: relative;
	z-index: 93;
	padding-top: 40px;
}
.header-rt-a{
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	padding-right: 40px;
	border-right: 1px solid rgba(255,255,255,.2);
	position: relative;
	top: -6px;
}
.header-rt-b{
	width: 22px;
	height: 22px;
	background: url(../img/ico02.png) no-repeat right center;
	float: right;
	margin-left: 30px;
	margin-top: 2px;
	cursor: pointer;
}
.header-ss{
	width: 100%;
	padding: 0 50px;
	height: 100px;
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: #fff;
	overflow: hidden;
	display: none;
}
.header-ss-div{
	width: 750px;
	height: 100%;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	padding-top: 30px;
	overflow: hidden;
	position: relative;
}
.header-ss-div form{
	display:inline-block;
	width: 100%;
	max-width: 600px;
	height: 40px;
}
.header-ss-div .int1{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #fff url(../img/ico45.png) no-repeat center;
	border: none;
	float: left;
}
.header-ss-div .int2{
	display: inline-block;
	width: calc(100% - 100px);
	background: #fff;
	border: none;
	font-size: 16px;
	color: #333;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-left: 20px;
}
.header-ss-div .img1{
	position: absolute;
	top: 20px;
	right: 10px;
}
.header-ss-div .img1:hover{
	opacity: .85;
}

.logo2{
	display: none;
}
.nav-ul-div{
	width: 100%;
	padding: 30px 50px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 95px;
	overflow: hidden;
	transform:rotateX(90deg);
    -webkit-transform:rotateX(90deg);
    -ms-transform:rotateX(90deg);
    transform-origin:100% 0%;
    -webkit-transform-origin:100% 0%;
    -ms-transform-origin:100% 0%;
    transition: all .5s; 
-webkit-transition: all .5s;
}
.nav-ul-div.on{
	ransform:rotateX(0deg);
    -webkit-transform:rotateX(0deg);
    -ms-transform:rotateX(0deg);
    transform-origin:100% 0%;
    -webkit-transform-origin:100% 0%;
    -ms-transform-origin:100% 0%;
    transition: all .5s; 
-webkit-transition: all .5s;
}
.nav-swiper .swiper-slide{
	padding: 0  3%;
	text-align: left;
	background: initial !important;
}
.nav-swiper .swiper-slide:after{
	content: "";
	width: 1px;
	height: 60%;
	background: rgba(0,0,0,.1);
	position: absolute;
	top: 20%;
	left: 0;
}
.nav-swiper .swiper-slide:first-child:after{
	display: none;
}
.nav-swiper-d1{
	font-size: 16px;
	color: #222;
	line-height: 25px;
	height: 50px;
	padding-left: 10%;
}
.nav-swiper-d2{
	font-size: 14px;
	color: #888;
	line-height: 25px;
	padding-left: 10%;
}
.nav-swiper-d3{
	margin-top: 5px;
}
header.on{
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
header.on .logo1{
	display: none;
}
header.on .logo2{
	display: inline-block;
}
header.on .nav-ul li a{
	color: #444;
}
header.on .nav-ul li:nth-child(2) .nav-pro-a{
	padding-right: 15px;
	background: url(../img/ico44.png) no-repeat right 50px;
}
header.on .nav-ul li a:hover{
	color: #0083D3;
	transition: all .3s; 
-webkit-transition: all .3s;
}
header.on .header-rt-a{
	color: #444;
	border-right: 1px solid rgba(0,0,0,.2);
}
header.on .header-rt-a:hover{
	color: #0083D3;
	transition: all .3s; 
-webkit-transition: all .3s;
}
header.on .header-rt-b{
	background: url(../img/ico45.png) no-repeat right center;
	transition: all .3s; 
-webkit-transition: all .3s;
}

header.cli{
	background: #fff;
}
header.cli .nav-ul li a{
	color: #444;
}
header.cli .nav-ul li:nth-child(2) a{
	padding-right: 15px;
	background: url(../img/ico44.png) no-repeat right 50px;
}
header.cli .nav-ul li a:hover{
	color: #0083D3;
	transition: all .3s; 
-webkit-transition: all .3s;
}
header.cli .header-rt-a{
	color: #444;
	border-right: 1px solid rgba(0,0,0,.2);
}
header.cli .header-rt-a:hover{
	color: #0083D3;
	transition: all .3s; 
-webkit-transition: all .3s;
}
header.cli .header-rt-b{
	background: url(../img/ico45.png) no-repeat right center;
	transition: all .3s; 
-webkit-transition: all .3s;
}




/*底部*/
footer{
	width: 100%;
}
.footer-a{
	width: 100%;
	background: #2e2d33;
}
.footer-a1{
	padding-top: 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,.1);
	overflow: hidden;
}
.footer-a1-a{
	float: left;
	overflow: hidden;
}
.footer-a1-a div{
	font-size: 14px;
	color: #888;
	line-height: 30px;
	margin-top: 5px;
}
.footer-a1-b{
	float: right;
}
.footer-a1-b .bdshare-button-style0-24 .bds_tsina{
	width: 26px !important;
	height: 26px !important;
	background: url(../img/ico_wb.png) no-repeat center !important;
	background-position: initial !important; 
	opacity: .4;
	margin-right: 15px;
}
.footer-a1-b .bdshare-button-style0-24 .bds_tsina:hover{
	opacity: .3;
}
.footer-a1-b .bdshare-button-style0-24 .bds_weixin{
	width: 26px !important;
	height: 26px !important;
	background: url(../img/ico_wx.png) no-repeat center !important;
	background-position: initial !important; 
	margin-right: 15px;
}
.footer-a1-b .bdshare-button-style0-24 .bds_sqq{
	width: 26px !important;
	height: 26px !important;
	background: url(../img/ico_qq.png) no-repeat center !important;
	background-position: initial !important; 
}
.footer-a2{
	padding-top: 65px;
	padding-bottom: 55px;
	overflow: hidden;
}
.footer-a2-a{
	width: 61%;
	float: left;
	overflow: hidden;
}
.footer-a2-a ul{
	width: 20%;
	float: left;
}
.footer-a2-a ul li{
	width: 100%;
	margin: 3px 0;
}
.footer-a2-a ul li a{
	display: inline-block;
	font-size: 14px;
	color: #888;
	line-height: 24px;
}
.footer-a2-a ul li:first-child{
	margin-bottom: 10px;
}
.footer-a2-a ul li:first-child a{
	font-size: 16px;
	color: #fff;
}
.footer-a2-a ul li a:hover{
	color: rgba(255,255,255,.8);
}
.footer-a2-b{
	width: 34%;
	float: right;
}
.footer-a2-b1{
	width: 115px;
	float: left;
	text-align: center;
	line-height: 55px;
}
.footer-a2-b2{
	width: calc(100% - 130px);
	float: right;
}
.fab-d1{
	font-size: 14px;
	color: #f5f5f5;
	line-height: 20px;
	text-align: right;
	margin-top: 10px;
}
.fab-d2{
	font-size: 36px;
	color: #fff;
	line-height: 50px;
	text-align: right;
	margin: 5px 0;
	font-family: 'Gilroy-Light';
}
.fab-d3{
	font-size: 14px;
	color: #888;
	line-height: 20px;
	text-align: right;
}
.footer-b{
	width: 100%;
	background: #2a292f;
	padding: 25px 0;
}
.footer-b1{
	font-size: 14px;
	color: #666;
	line-height: 35px;
	float: left;
}
.footer-b2{
	font-size: 14px;
	color: #666;
	line-height: 35px;
	float: right;
}
.footer-b2 a:hover{
	color: #fff;
	opacity: .8;
}
.footer-b3{
	float: right;
    font-size: 14px;
    line-height: 30px;
    margin-top: 15px;
}


/*公用*/
.w1600{
	width: 100%;
	max-width: 1700px;
	padding: 0 50px;
	margin: 0 auto;
	overflow: hidden;
}

.banner{
	width: 100%;
	height: 550px;
}
.banner .bgimg{
	height: 100%;
	background: no-repeat center;
}
.banner-a{
	padding-top: 400px;
}
.banner-a1{
	font-size: 50px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
}
.banner-a2{
	font-size: 24px;
	line-height: 30px;
	margin-top: 10px;
	color: rgba(255,255,255,.7);
}


.page{
	height: 60px;
	padding: 5px 0;
	text-align: center;
	float: left;
	width: 100%;
}
.page a{
	display: inline-block;
	width: 50px;
	height: 50px;
	padding: 0 2px;
	font-size: 16px;
	line-height: 50px;
	color: #888;
	text-align: center;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.page a.on{
	background: #0083D3;
	color: #fff;
}
.page a:hover{
	background: #0083D3;
	color: #fff;
	transition: all .3s; 
-webkit-transition: all .3s;
}
/*.page .prev{
	background: url(../img/ico31.png) no-repeat center;
}
.page .next{
	background: url(../img/ico32.png) no-repeat center;
}
.page .prev:hover{
	background:#0083D3 url(../img/ico31.png) no-repeat center;
}
.page .next:hover{
	background:#0083D3 url(../img/ico32.png) no-repeat center;
}*/


@media (max-width: 1250px) {
	.nav-ul{
		max-width: 680px;
		padding-left: 50px;
	}
	header .w1600{
		padding: 0 30px;
	}
	.footer-a2-b{
		width: 38%;
	}
	.fab-d2{
		font-size: 30px;
	}
	.footer-b3{
		width: 100%;
		margin-top: 5px;
		line-height: 25px;
	}
}

.header-div{
	display: none;
}

@media (max-width: 1023px) {
	.header-rt{
		
	}
	.header-rt{
		padding-top: 30px;
	}
	.header-rt-b{
		display: none;
	}
	.header-rt-a{
		border-right: none;
	}
	header.on .header-rt-a{
		border-right: none;
	}
	header.cli .header-rt-a{
		border-right: none;
	}
	nav{
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		padding-top: 100px;
		background: #fff;
	}
	.header-div{
		display: block;
		width: 35px;
		float: right;
		padding-top: 30px;
		position: relative;
		z-index: 95;
	}
	.header-div div{
		width: 100%;
	    height: 3px;
	    background: #fff;
	    margin-bottom: 9px;
	    opacity: 1;
	    transition: all .5s;
	}
	header.on .header-div div{
		background: #222;
	}
	header.cli .header-div div{
		background: #222;
	}
	header.cli .logo1{
		display: none;
	}
	header.cli .logo2{
		display: inline-block;
	}
	.header-div.on .header-d1{
		 -webkit-transform: rotate(44deg);
	    -ms-transform: rotate(44deg);
	    transform: rotate(44deg);
	   transform-origin:0%;
	   -ms-transform-origin:0%;
	   -webkit-transform-origin:0%;
	   -moz-transform-origin:0%;
	   transition: all .5s; 
	}
	.header-div.on .header-d2{
		opacity: 0;
		transition: all .5s; 
	}
	.header-div.on .header-d3{
		 -webkit-transform: rotate(-44deg);
	    -ms-transform: rotate(-44deg);
	    transform: rotate(-44deg);
	   transform-origin:0%;
	   -ms-transform-origin:0%;
	   -webkit-transform-origin:0%;
	   -moz-transform-origin:0%;
	   transition: all .5s; 
	}
	.nav-ul{
		width: 100%;
		max-width: initial;
		border-top: 1px solid rgba(0,0,0,.1);
		padding:0 30px;
	}
	.nav-ul li{
		width: 100%;
		height: 60px;
	}
	.nav-ul li a{
		display: block;
		width: 100%;
		height: 100%;
		text-align: left;
		line-height: 60px;
		border-bottom: 1px solid rgba(0,0,0,.1);
		padding: 0 30px;
	}
	header.cli .nav-ul li:nth-child(2) a{
		background: none;
	}
	.nav-ul-div{
		display: none !important;
	}
	.footer-a2-a{
		width: 100%;
		margin-bottom: 30px;
	}
	.footer-a2-b{
		width: 100%;
	}
	
}
.footer-a2-c{
	display: none;
}
.m-nav{
	display: none;
}
@media (max-width: 767px) {
	.w1600{
		padding: 0 .4rem;
	}
	
	.header-rt{
		padding-top: 0;
    height: 1.2rem;
    line-height: 1.2rem;
	}
	.header-rt-a{
		display: block;
    height: 1.2rem;
    line-height: 1.2rem;
    top:0;
    font-size: .32rem;
    padding-right: .4rem;
	}
	
	header{
		height: 1.2rem;
	}
	header .logo{
		line-height: 1.2rem;
	}
	header .logo img{
		width: 2rem;
	}
	header .w1600{
		padding: 0 .4rem;
	}
	.header-div{
		padding-top: .45rem;
		width: .5rem;
	}
	.header-div div{
		height: .03rem;
		margin-bottom: .14rem;
	}
	nav{
		padding-top: 1.2rem;
	}
	.nav-ul{
		padding: 0;
	}
	.nav-ul li{
		height: .8rem;
	}
	header.cli .nav-ul li a{
		font-size: .3rem;
		line-height: .8rem;
		padding: 0 .4rem;
	}
	.footer-a1-b{
		display: none;
	}
	.footer-a1{
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	.footer-a1-a img{
		width: 2.4rem;
	}
	.footer-a1-a div{
		font-size: .28rem;
		line-height: .45rem;
		margin-top: 0;
	}
	.footer-a2{
		padding-top: .5rem;
		padding-bottom: .4rem;
	}
	.footer-a2-b2{
		width: 100%;
		float: left;
	}
	.fab-d1{
		text-align: left;
		font-size: .28rem;
	}
	.fab-d2{
		text-align: left;
		font-size: .4rem;
		line-height: .6rem;
		margin: 0;
	}
	.fab-d3{
		text-align: left;
		font-size: .24rem;
	}
	.footer-b{
		padding: .3rem 0;
	}
	.footer-b1{
		font-size: .24rem;
		line-height: .45rem;
	}
	.footer-b2{
		float: left;
		font-size: .24rem;
		line-height: .45rem;
	}
	.footer-b3{
		font-size: .24rem;
		line-height: .45rem;
	}
	.footer-a2-b1{
		display: none;
	}
	.footer-a2-a{
		display: none;
	}
	.footer-a2-c{
		display: block;
		overflow: hidden;
		margin-bottom: .3rem;
	}
	.footer-a2-c a{
		display: block;
		width: 50%;
		float: left;
		font-size: .26rem;
		line-height: .8rem;
		height: .8rem;
		color: #fff;
	}
	.footer-a2-c a img{
		width: .15rem;
		margin-left: .2rem;
		position: relative;
		top: -.03rem;
	}
	.m-nav{
		display: block;
		position: fixed;
		left: 0;
		bottom: -100%;
		width: 100%;
		background: #fff;
		padding-top: .5rem;
	}
	.m-nav div{
		width: 100%;
		padding: .3rem 0;
		z-index: 9;
		display: none;
	}
	.m-nav div a{
		display: block;
		padding: 0 .4rem;
		font-size: .26rem;
		line-height: .8rem;
		border-bottom: 1px solid rgba(0,0,0,.1);
		color: #333;
	}
	.m-nav img{
		width: .8rem;
		height: .8rem;
		position: absolute;
		top: .1rem;
		right: .2rem;
	}
	.banner{
		height: 5rem;
	}
	.banner .bgimg{
		background-size: cover;
	}
	.banner-a{
		padding-top: 3.5rem;
	}
	.banner-a1{
		font-size: .6rem;
	}
	.banner-a2{
		font-size: .3rem;
		line-height: .5rem;
		margin-top: .1rem;
	}
	
	.page{
		height: 1rem;
		padding: .1rem 0;
	}
	.page a{
		width: .8rem;
		height: .8rem;
		margin: 0;
		font-size: .24rem;
		line-height: .8rem;
	}
}




/*首页*/
.ibanner{
	
}
.ibanner .swiper-slide{
	height: 100%;
	height: 550px;
	background: no-repeat center;
}
.ibanner-div{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 120px;
	padding-top: 210px;
}
.ibanner-div .iban-d1{
	font-size: 55px;
	line-height: 75px;
	color: #fff;
}
.ibanner-div .iban-d2{
	font-size: 22px;
	line-height: 35px;
	color: #fff;
}
.ibanner-div .iban-d3{
	display: block;
	width: 130px;
	height: 40px;
	margin-top: 35px;
	font-size: 16px;
	color: rgba(255,255,255,.7);
	text-align: center;
	line-height: 38px;
	background: url(../img/ico99.png) no-repeat center;
	background-size: cover;
}
.ibanner-div .iban-d3 a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: rgba(255,255,255,.7);
	line-height: 38px;
	padding-right: 10%;
	background: url(../img/ico03.png) no-repeat 80% center;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.ibanner-div .iban-d3:hover a{
	background: url(../img/ico98.png) no-repeat 82% center;
	color: #0083D3;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.ibanner-span{
	bottom: 34px !important;
}
.ibanner-span span{
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border: 2px solid #0083d3;
	background: none;
	opacity: 1;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.ibanner-span .swiper-pagination-bullet-active{
	width: 35px;
	background: #0083D3;
	border-radius: 5px;
	transition: all .3s; 
-webkit-transition: all .3s;
}

.ipro-bj{
	width: 100%;
	height: 840px;
	background: url(../img/img14.jpg) no-repeat center;
}
.ipro{
	padding-top: 75px;
}
.ipro-a{
	font-size: 50px;
	line-height: 60px;
	color: #333;
	text-align: center;
	text-transform: uppercase;
	font-family: 'gilroy-bold';
}
.ipro-b{
	font-size: 24px;
	line-height: 35px;
	color: #444;
	text-align: center;
}
.ipro-c{
	height: 640px;
	margin-top: 30px;
	position: relative;
}
.ipro-c .swiper-slide{
	text-align: center;
	top: 150px;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.ipro-c1{
	display: inline-block;
	width: 250px;
	height: 250px;
	line-height: 250px;
	background: url(../img/ico07.png) no-repeat center;	
	padding:0 30px;
}
.ipro-swiper{
	width: 114%;
	margin-left: -7%;
	padding-top: 50px;
}
.ipro-c1-a{
	font-size: 30px;
	color: #444;
	line-height: 35px;
	padding: 0 15px;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
	transform: scale(0);
}
.ipro-c1-a span{
	display: inline-block;
	width: 30px;
	height: 19px;
	font-size: 12px;
    color: #fff;
    line-height: 15px;
    background: url(../img/ico06.png) no-repeat center;
    position: relative;
    top: -20px;
    left: 5px;
}
.ipro-c1-b{
	font-size: 16px;
	color: #888;
	height: 50px;
	line-height: 25px;
	padding: 0 20px;
	margin-top: 10px;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;

	transform: scale(0);
}
.ipro-c1-c{
	display: block;
	width: 130px;
	height: 40px;
	margin: 0 auto;
	font-size: 16px;
	color: #888;
	line-height: 40px;
	margin-top: 30px;
	transform: scale(0);
	background: url(../img/ico99.png) no-repeat center;
	background-size: cover;
}
.ipro-c1-c a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #888;
	line-height: 38px;
	padding-right: 10%;
	background: url(../img/ico04.png) no-repeat 80% center;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.ipro-c1-c:hover a{
	background: url(../img/ico98.png) no-repeat 82% center;
	color: #0083D3;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.ipro-c1-d{
	margin-top: 45px;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	color: #888;
	transform: scale(0);
}
.ipro-c1-d a{
	display: inline-block;
	font-size: 14px;
	color: #444;
	border-bottom: 1px solid rgba(0,0,0,.2);
	margin: 0 5px;
}
.ipro-c1-d a:hover{
	color: #0083D3;
}

.ipro-c-lt{
	width: 30px;
	height: 26px;
	background: url(../img/ico47.png) no-repeat center;
	position: absolute;
	left: 0px;
	top: 50%;
	cursor: pointer;
	z-index: 5;
}
.ipro-c-rt{
	width: 30px;
	height: 26px;
	background: url(../img/ico48.png) no-repeat center;
	position: absolute;
	right: 0px;
	top: 50%;
	cursor: pointer;
	z-index: 5;
}
@media (min-width: 1400px) {
	.ipro-c .swiper-slide-next {
		top: 0;
	}
	
	.ipro-c .swiper-slide-next .ipro-c1{
		width: 100%;
		height: 100%;
		background: url(../img/ico05.png) no-repeat center;	
		background-size: cover;
		transition: all .3s; 
	-webkit-transition: all .3s;
	}
	.ipro-c .swiper-slide-next .ipro-c1 .img1{
		width: 70%;
		margin-top: -10%;
	}
	.ipro-c .swiper-slide-next .ipro-c1 .ipro-c1-a{
		transform: scale(1);
		transition: all .3s; 
	-webkit-transition: all .3s;
	}
	.ipro-c .swiper-slide-next .ipro-c1 .ipro-c1-b{
		transform: scale(1);
		transition: all .3s; 
	-webkit-transition: all .3s;
	}
	.ipro-c .swiper-slide-next .ipro-c1 .ipro-c1-c{
		transform: scale(1);
		transition: all .3s; 
	-webkit-transition: all .3s;
	}
	.ipro-c .swiper-slide-next .ipro-c1 .ipro-c1-d{
		transform: scale(1);
		transition: all .3s; 
	-webkit-transition: all .3s;
	}
}
@media (max-width: 1600px) {
	.ipro-c-lt{
		top:50%
	}
	.ipro-c-rt{
		top:50%
	}
	.ipro-c1-c{
		margin-top: 10px;
	}
	.ipro-c1-d{
		margin-top: 10px;
	}
}
@media (max-width: 1399px) {
	.ipro-c .swiper-slide-active {
		top: 0;
	}
	
	.ipro-c .swiper-slide-active .ipro-c1{
		
		max-width: 640px;
		width: 100%;
		height: 100%;
		background: url(../img/ico05.png) no-repeat center;	
		background-size: cover;
		transition: all .3s; 
	-webkit-transition: all .3s;
	}
	.ipro-c .swiper-slide-active .ipro-c1 .img1{
		width: 80%;
		margin-top: -10%;
	}
	.ipro-c .swiper-slide-active .ipro-c1 .ipro-c1-a{
		transform: scale(1);
		transition: all .3s; 
	-webkit-transition: all .3s;
	}
	.ipro-c .swiper-slide-active .ipro-c1 .ipro-c1-b{
		transform: scale(1);
		transition: all .3s; 
	-webkit-transition: all .3s;
	}
	.ipro-c .swiper-slide-active .ipro-c1 .ipro-c1-c{
		transform: scale(1);
		transition: all .3s; 
	-webkit-transition: all .3s;
	}
	.ipro-c .swiper-slide-active .ipro-c1 .ipro-c1-d{
		transform: scale(1);
		transition: all .3s; 
	-webkit-transition: all .3s;
	}
}
@media (max-width: 767px) {
	.ipro{
		padding-top: .6rem;
	}
	.ipro-bj{
		height: initial;
	}
	.ipro-c{
		margin-top: .6rem;
		height: initial;
	}
	.ipro-swiper{
		padding-top: .3rem;
	}
	.ipro-c .swiper-slide{
		top: 0;
	}
	.ipro-c .swiper-slide-active .ipro-c1{
		padding: 0 .3rem;
		background-size: 6.2rem
	}
	.ipro-c1-a{
		font-size: .34rem;
		line-height: .45rem;
		margin-top: -1rem;
	}
	.ipro-c1-a span{
		top: -.15rem;
	}
	.ipro-c1-b{
		font-size: .24rem;
		line-height: .45rem;
		height: .9rem;
		margin-top: 0rem;
	}
	.ipro-c .swiper-slide-active .ipro-c1 .img1{
		width: 60%;
		margin-top: -1rem;
	}
	.ipro-c .swiper-slide-active .ipro-c1 .ipro-c1-b{
		display: none;
	}
	.ipro-c1-c{
		width: 1.96rem;
		height: .6rem;
		font-size: .26rem;
		line-height: .6rem;
	}
	.ipro-c1-c a{
		font-size: .26rem;
		line-height: .6rem;
	}
	.ipro-c .swiper-slide-active .ipro-c1 .ipro-c1-d{
		font-size: .24rem;
		line-height: .45rem;
	}
	.ipro-c1-d a{
		font-size: .24rem;
		line-height: .45rem;
	}
	.ipro-c-lt,.ipro-c-rt{
		z-index: 5;
		width: .4rem;
		height: .3rem;
		background-size: cover;
	}
	.ipro-c-lt{
		left: -.25rem;
	}
	.ipro-c-rt{
		right: -.25rem;
	}
}




.icases-bj{
	width: 100%;
	height: 850px;
	background: url(../img/img01.jpg) no-repeat center;
}
.icases{
	padding-top: 125px;
}
.icases-a{
	font-size: 50px;
	color: #fff;
	line-height: 1;
	font-family: 'gilroy-bold';
	text-transform: uppercase
}
.icases-b{
	font-size: 24px;
	color: rgba(255,255,255,.7);
	line-height: 30px;
}
.icases-c{
	width: 25px;
	height: 5px;
	background: #fff;
	margin: 40px 0;
}
.icases-d{
	font-size: 34px;
	color: #fff;
	line-height: 40px;
}
.icases-e{
	font-size: 18px;
	color: #bebdbd;
	line-height: 30px;
	margin-top: 10px;
}
.icases-f{
	margin-top: 140px;
}
.icases-f .swiper-slide{
	height: 210px;
	border: 3px solid rgba(255,255,255,.6);
	background: rgba(255,255,255,.2);
	transition: all .3s; 
-webkit-transition: all .3s;
}
.icases-f1{
	width: 45px;
	height: 35px;
	position: absolute;
	top: 10px;
	right: 10px;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.icases-f2{
	font-size: 24px;
	color: #fff;
	line-height: 30px;
	position: absolute;
	top: 130px;
	left: 10%;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.icases-f3{
	font-size: 14px;
	color: rgba(255,255,255,.4);
	line-height: 20px;
	position: absolute;
	top: 160px;
	left: 10%;
	font-family: 'Gilroy-Light';
	text-transform: uppercase;
	transition: all .3s; 
-webkit-transition: all .3s;
}
@media (min-width: 768px) {
	.icases-f .swiper-slide:hover{
		border: none;
		background: url(../img/ico08.png) no-repeat center;
		background-size: cover;
		transition: all .3s; 
	-webkit-transition: all .3s;
	}
	.icases-f .swiper-slide:hover .icases-f1{
		top: 50px;
		left: 50%;
		margin-left: -22.5px;
		transition: all .3s; 
	-webkit-transition: all .3s;
	}
	.icases-f .swiper-slide:hover .icases-f2{
		width: 100%;
		top: 100px;
		left: 0;
		text-align: center;
		padding: 0;
		transition: all .3s; 
	-webkit-transition: all .3s;
	}
	.icases-f .swiper-slide:hover .icases-f3{
		width: 100%;
		top: 130px;
		left: 0;
		text-align: center;
		padding: 0;
		transition: all .3s; 
	-webkit-transition: all .3s;
	}
}


.inews-bj{
	width: 100%;
	height: 750px;
	background: url(../img/img15.jpg) no-repeat center;
}
.inews{
	padding-top: 50px;
	padding-bottom: 50px;
}
.inews-a{
	margin-top: 45px;
	padding-bottom: 85px;
}
.inews-div{
	display: block;
	width: 100%;
	padding-bottom: 30px;
	background: #fff;
}
.inews-d1{
	width: 100%;
	overflow: hidden;
}
.inews-d1 img{
	max-width: 100%;
	max-height: 100%;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.inews-d2{
	font-size: 18px;
	color: #222;
	height: 18px;
	line-height: 18px;
	margin-top: 40px;
	padding: 0 25px;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
transition: all .3s; 
-webkit-transition: all .3s;
}
.inews-d3{
	font-size: 14px;
	color: #888;
	height: 40px;
	line-height: 20px;
	margin-top: 10px;
	padding: 0 25px;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.inews-d4{
	font-size: 14px;
	color: #888;
	line-height: 20px;
	margin-top: 25px;
	padding: 0 45px;
	background: url(../img/ico13.png) no-repeat 25px center;
}
.inews-div:hover .inews-d1 img{
	transform: scale(1.08);
	transition: all .3s; 
-webkit-transition: all .3s;
}
.inews-div:hover .inews-d2{
	color: #0083d3;
	transition: all .3s; 
-webkit-transition: all .3s;
}

@media (max-width: 1023px) {
	
}
@media (max-width: 767px) {
	.ibanner .swiper-slide{
		height: 5.5rem;
		background-size: cover;
	}
	.ibanner-div{
		padding: 0 .4rem;
		padding-top: 1.4rem;
	}
	.ibanner-div .iban-d1{
		font-size: .4rem;
		line-height: .55rem;
	}
	.ibanner-div .iban-d2{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .1rem;
	}
	.ibanner-div .iban-d3{
		width: 1.95rem;
		height: .6rem;
		font-size: .26rem;
		line-height: .6rem;
		margin-top: .3rem;
	}
	.ibanner-div .iban-d3 a{
		font-size: .26rem;
		line-height: .6rem;
	}
	.ibanner-span{
		bottom: 0 !important;
	}
	.ibanner-span span{
		width: .15rem;
		height: .15rem;
	}
	.ibanner-span .swiper-pagination-bullet-active{
		width: .35rem;
		height: .15rem;
	}
	.icases{
		padding-top: .9rem;
	}
	.icases-a{
		font-size: .6rem;
		line-height: .7rem;
	}
	.icases-b{
		font-size: .36rem;
		line-height: .5rem;
	}
	.icases-c{
		margin: .4rem 0;
		width: .6rem;
		height: .05rem;
	}
	.icases-d{
		font-size: .36rem;
		line-height: .5rem;
	}
	.icases-e{
		font-size: .28rem;
		line-height: .45rem;
		margin-top: .05rem;
	}
	.icases-f{
		margin-top: .7rem;
	}
	.icases-f .swiper-slide{
		height: 3rem;
	}
	.icases-f1{
		width: .9rem;
		height: .7rem;
		background-size: cover;
	}
	.icases-f2{
		font-size: .3rem;
		line-height: .45rem;
		top: 1.6rem;
	}
	.icases-f3{
		font-size: .22rem;
		line-height: .45rem;
		top: 2rem;;
	}
	.icases-bj{
		height: initial;
		background-size: cover;
		padding-bottom: .8rem;
	}
	.inews{
		padding-top:.6rem ;
		padding-bottom: .6rem;
	}
	.ipro-a{
		font-size: .7rem;
		line-height: .8rem;
	}
	.ipro-b{
		font-size: .36rem;
		line-height: .5rem;
	}
	.inews-a{
		margin-top: .4rem;
		padding-bottom: 1.2rem;
	}
	.inews-bj{
		height: initial;
		padding-bottom: .4rem;
		background-size: cover;
	}
}




/*新闻中心*/
.news-bj{
	background: #f7f7f7;
}
.news{
	padding-top: 60px;
	padding-bottom: 120px;
	overflow: hidden;
}
.news-a{
	height:35px;
	float: left;
	font-size: 16px;
	color: #222;
	line-height: 35px;
}
.news-a a{
	font-size: 16px;
	color: #222;
	line-height: 35px;
	cursor: pointer;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.news-a a:hover{
	color: #0083D3;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.news-b{
	height: 35px;
	float: right;
}
.news-b a{
	display: inline-block;
	margin-left: 10px;
	min-width: 90px;
	padding: 0 10px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	color: #222;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.news-b a:hover{
	background: #0083D3;
	color: #fff;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.news-b a.on{
	background: #0083D3;
	color: #fff;
}
.news-c{
	width: 101.8%;
	float: left;
	margin-left: -0.9%;
	padding: 10px 0;
	margin-top: 50px;
	margin-bottom: 30px;
	overflow: hidden;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -webkit-box-lines: multiple;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.news-c li{
	width: 31.533%;
	margin: 0 .9%;
	float: left;
	margin-bottom: 30px;
}

@media (max-width: 1023px) {
	.news-c li{
		width: 48.2%;
	}
}
@media (max-width: 767px) {
	.news{
		padding-top: .6rem;
		padding-bottom: .6rem;
	}
	.news-b{
		width: 100%;
		margin-top: .3rem;
		height: .5rem;
		margin-top: .1rem;
	}
	.news-b a{
		min-width: 1rem;
		padding: 0 .15rem;
		height: .5rem;
		font-size: .24rem;
		line-height: .5rem;
		margin-left: 0;
		margin-right: .15rem;
	}
	.news-c{
		margin-top: .5rem;
		width: 100%;
		margin-bottom: .3rem;
	}
	.news-c li{
		width: 100%;
		margin: 0;
		margin-bottom: .2rem
	}
	.inews-d2{
		font-size: .3rem;
		margin-top: .2rem;
		padding: 0 .2rem;
	}
	.inews-d3{
		font-size: .24rem;
		line-height: .45rem;
		height: .9rem;
		margin-top: .15rem;
		padding: 0 .2rem;
	}
	.inews-d4{
		font-size: .24rem;
		line-height: .45rem;
		margin-top: .2rem;
		padding: 0 .2rem;
		padding-left: .8rem;
		background-position-x: .2rem;
	}
	.inews-div{
		padding-bottom: .3rem;
	}
}



/*新闻详情页*/
.newsinfo{
	padding-top: 80px;
	padding-bottom: 140px;
}
.newsinfo-a{
	max-width: 677px;
	margin: 0 auto;
	font-size: 30px;
	line-height: 45px;
	text-align: center;
	color: #222;
}
.newsinfo-b{
	font-size: 16px;
	line-height: 1;
	text-align: center;
	color: #888;
	margin-top: 10px;
}
.newsinfo-c{
	font-size: 16px;
	line-height: 30px;
	color: #666;
	padding: 40px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
	border-top: 1px solid rgba(0,0,0,.1);
	margin-top: 40px;
	margin-bottom: 20px;
	
}
.newsinfo-c1{
	max-width: 677px;
	margin: 0 auto;
}
.newsinfo-d a{
	display: block;
	font-size: 16px;
	line-height: 25px;
	margin: 5px 0;
	color: #333;
}
.newsinfo-d a:hover{
	color: #0083D3;
}
.newsinfo-e{
	width: 140px;
	height: 45px;
	background: #0083D3;
	color: #fff;
	line-height: 45px;
	text-align: center;
	display: block;
	float: right;
	margin-top: 30px;
}
.newsinfo-e:hover{
	color: #fff;
	opacity: .85;
}
@media (max-width: 767px) {
	.newsinfo{
		padding: .6rem .4rem;
	}
	.newsinfo-a{
		font-size: .36rem;
		line-height: .5rem;
	}
	.newsinfo-b{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .05rem;
	}
	.newsinfo-c{
		margin: .3rem 0;
		padding: .3rem 0;
		font-size: .24rem;
		line-height: .45rem;
	}
	.newsinfo-d a{
		font-size: .24rem;
		line-height: .45rem;
		margin: .05rem 0;
	}
	.newsinfo-e{
		width: 2.4rem;
		height: .8rem;
		font-size: .26rem;
		line-height: .8rem;
	}
}



/*服务支持*/
.support-bj{
	width: 100%;
	height: 773px;
	background: url(../img/img05.jpg) no-repeat center;
}
.support{
	padding-top: 55px;
}
.support-a{
	font-size: 30px;
	line-height: 50px;
	float: left;
	color: #222;
}
.support-b{
	float: right;
	height: 50px;
}
.support-b1{
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../img/ico17.png) no-repeat center;
	cursor: pointer;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.support-b2{
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../img/ico18.png) no-repeat center;
	cursor: pointer;
	margin-left: 13px;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.support-b1:hover{
	background: url(../img/ico19.png) no-repeat center;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.support-b2:hover{
	background: url(../img/ico20.png) no-repeat center;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.support-c{
	width: 100%;
	float: left;
	margin-top: 60px;
}
.support-c .swiper-slide{
	padding: 0 30px;
	padding-top: 65px;
	padding-bottom: 20px;
	background: #fff;
}
.support-c1{
	width: 100%;
	height: 320px;
	line-height: 320px;
	text-align: center;
}
.support-c1{
	max-width: 100%;
	max-height: 100%;
}
.support-c2{
	font-size: 18px;
	height: 60px;
	line-height: 30px;
	color: #444;
	padding: 0 20px;
	text-align: center;
	margin-top: 35px;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.support-c3{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(2,37,70,.6) url(../img/ico16.png) no-repeat center;
	transform: scale(0);
	transition: all .3s; 
-webkit-transition: all .3s;
}
.support-c .swiper-slide:hover .support-c3{
	transform: scale(1);
	transition: all .3s; 
-webkit-transition: all .3s;
}
.support-d-bj{
	width: 100%;
	height: 350px;
	background: url(../img/img06.jpg) no-repeat center;
}
.support-d{
	overflow: hidden;
}
.support-d1{
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	color: #222;
	margin-top: 100px;
}
.support-d2{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 25px;
}

@media (max-width: 767px) {
	.support{
		padding-top: .6rem;
	}
	.support-a{
		font-size: .36rem;
		line-height: .8rem;
	}
	.support-b{
		height: .8rem;
	}
	.support-b1{
		width: .8rem;
		height: .8rem;
		background-size: cover;
	}
	.support-b2{
		width: .8rem;
		height: .8rem;
		background-size: cover;
	}
	.support-b2:hover{
		width: .8rem;
		height: .8rem;
		background-size: cover;
	}
	.support-c{
		margin-top: .5rem;
	}
	.support-c .swiper-slide{
		padding: .3rem;
	}
	.support-c2{
		font-size: .3rem;
		line-height: .45rem;
		height: .9rem;
		margin-top: .3rem;
	}
	.support-bj{
		height: initial;
		padding-bottom: .6rem;
	}
	.support-d-bj{
		height: initial;
		background-size: cover;
		padding-bottom: .8rem;
	}
	.support-d1{
		font-size: .36rem;
		line-height: .5rem;
		margin-top: .5rem;
	}
	.support-d2{
		font-size: .24rem;
		line-height: .45rem;
		margin-top: .5rem;
	}
	.support-c3{
		background: no-repeat;
		transform: scale(1);
	}
}




/*关于我们*/
.about{
	width: 100%;
	background: #f2f2f3;
}
.about-a{
	background: no-repeat center;
	min-height: 720px;
	background-size: cover;
	overflow: hidden;
}
.about-a1{
	width: 100%;
	min-height: 720px;
	position: relative;
}
.about-a1-a{
	width: 50%;
	float: left;
}
.about-a1-a1{
	font-size: 100px;
	text-transform: uppercase;
	color: rgba(34,34,34,.05);
	line-height: 1;
	float: left;
	width: 100%;
	margin-top: 85px;
}
.about-a1-a2{
	font-size: 30px;
	color: #222;
	line-height: 1;
	float: left;
	margin-top: -60px;
}
.about-a1-a3{
	width: 100%;
	float: left;
	font-size: 14px;
	color: #222;
	line-height: 28px;
	margin-top: 50px;
}
.about-a1-b{
	width: 45%;
	height: 180px;
	position: absolute;
	right: 50px;
	bottom: 0;
}
.about-a1-b1{
	width: 33.333%;
	height: 180px;
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	background: #014c91;
	float: left;
}
.about-a1-b1 div{
	font-size: 70px;
	line-height: 105px;
	padding-top: 25px;
	font-family: arial;
	font-weight: 100;
}
.about-a1-b1:nth-child(2){
	background: #1666af;
}
.about-a1-b1:nth-child(3){
	background: #2b7dcb;
}
.about-b{
	background: no-repeat center;
	min-height: 600px;
	background-size: cover;
	overflow: hidden;
}
.about-b1{
	min-height: 600px;
	position: relative;
	padding-top: 80px;
}
.about-b1-a{
	font-size: 30px;
	color: #fff;
	line-height: 1;
}
.about-b1-b{
	width: 20px;
	height: 2px;
	background: #fff;
	margin-top: 45px;
	margin-bottom: 35px;
}
.about-b1-c{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	max-width: 800px;
}
.about-b1-d{
	max-width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.about-c{
	padding-top: 70px;
	padding-bottom: 90px;
}
.about-c1{
	font-size: 30px;
	line-height: 1;
	color: #222;
}
.about-c2{
	font-size: 16px;
	line-height: 25px;
	color: #888;
	margin-top: 10px;
}
.about-c3{
	width: 100%;
	float: left;
	margin-top: 60px;
	overflow: hidden;
	padding: 0 100px;
	position: relative;
}
.about-c3-swiper{
	width: 100%;
}
.about-c3-swiper .swiper-slide{
	overflow: hidden;
}
.about-c3-a{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.about-c3-a img{
	max-width: 100%;
	max-height: 100%;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.about-c3-b{
	font-size: 16px;
	color: #1a1a1a;
	line-height: 25px;
	margin-top: 35px;
    text-align: center;	
    transition: all .3s; 
-webkit-transition: all .3s;
}
.about-c3 .support-b1{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
}
.about-c3 .support-b2{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25px;
}
.about-c3-swiper .swiper-slide:hover .about-c3-a img{
	 transform: scale(1.08);
	 transition: all .3s; 
-webkit-transition: all .3s;
}
.about-c3-swiper .swiper-slide:hover .about-c3-b{
	 color: #0083D3;
	 transition: all .3s; 
-webkit-transition: all .3s;
}
@media (max-width: 1500px) {
	.about-a1-a{
		width: 100%;
	}
	.about-a1-b{
		width: 680px;
	}
	.about-a1-a1{
		margin-top: 45px;
	}
	.about-a1-a3{
		margin-top: 25px;
		margin-bottom: 20px;
	}
	.about-a1{
		padding-bottom: 200px;
	}
}
@media (max-width: 1023px) {
	.about-b{
		background-size: cover;
		min-height: 500px;
	}
}
@media (max-width: 767px) {
	.about-a1-a1{
		margin-top: .6rem;
		font-size: 1rem;
	}
	.about-a1-a2{
		font-size: .36rem;
		line-height: .45rem;
		margin-top: -.7rem;
	}
	.about-a1-a3{
		font-size: .24rem;
		line-height: .45rem;
		margin-top: .3rem;
	}
	.about-a1{
		padding-bottom: 3rem;
	}
	.about-a1-b{
		width: 6.7rem;
		right: .4rem;
		height: 3rem;
	}
	.about-a1-b1{
		font-size: .28rem;
		line-height: .45rem;
		height: 3rem;
	}
	.about-a1-b1 div{
		font-size: .8rem;
		height: 1.5rem;
		line-height: 1.1rem;
		padding-top: .4rem;
	}
	.about-b{
		min-height: 6rem;
		background-size: cover;
	}
	.about-b1{
		min-height: 6rem;
		padding-top: .8rem;
		padding-bottom: .6rem;
	}
	.about-b1-a{
		font-size: .36rem;
		line-height: .5rem;
	}
	.about-b1-b{
		margin: .4rem 0;
	}
	.about-b1-c{
		font-size: .24rem;
		line-height: .45rem;
	}
	.about-c{
		padding-top: .8rem;
		padding-bottom: .6rem;
	}
	.about-c1{
		font-size: .36rem;
	}
	.about-c2{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .15rem;
	}
	.about-c3{
		margin-top: .4rem;
		padding: 0 1rem;
	}
	.about-c3-b{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .2rem;
	}
}





/*联系我们*/
.contact{
	padding-top: 50px;
	padding-bottom: 120px;
}
.contact-a{
	width: 100%;
	height: 500px;
	margin-top: 60px;
}
.contact-a #map{
	width: 100%;
	height: 100%;
}
.contact-b{
	padding-top: 70px;
	padding-bottom: 65px;
	overflow: hidden;
	border-bottom: 1px solid rgba(0,0,0,.1); 
}
.contact-b1{
	padding-left: 38px;
	float: left;
	width: calc(60% - 200px);
	width: -webkit-calc(60% - 200px);
	padding-right: 2%;
	background: url(../img/ico25.png) no-repeat left top;
}
.ctb-a{
	font-size: 20px;
	line-height: 25px;
	color: #222;
}
.ctb-b{
	font-size: 16px;
	line-height: 25px;
	color: #444;
	margin-top: 15px;
}
.ctb-c{
	font-size: 16px;
	line-height: 25px;
	color: #222;
	margin-top: 15px;
}
.contact-b2{
	padding-left: 38px;
	float: left;
	width: calc(46% - 200px);
	width: -webkit-calc(46% - 200px);
	padding-right: 2%;
	background: url(../img/ico26.png) no-repeat left top;
}
.contact-b3{
	width: 300px;
	padding-left: 38px;
	float: left;
	background: url(../img/ico27.png) no-repeat left top;
}
.contact-c{
	padding-top: 70px;
	padding-bottom: 65px;
	overflow: hidden;
	border-bottom: 1px solid rgba(0,0,0,.1); 
}
.contact-c1{
	padding-left: 38px;
	float: left;
	width: calc(60% - 200px);
	width: -webkit-calc(60% - 200px);
	padding-right: 2%;
	background: url(../img/ico28.png) no-repeat left top;
}
.ctb-d{
	font-size: 16px;
	line-height: 25px;
	color: #444;
}
.ctb-e{
	margin-top: 20px;
}
.ctb-e a{
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 7px;
}

@media (max-width: 1023px) {
	.contact-b1,.contact-b2,.contact-b3{
		width: 33.333%;
	}
	.contact-c1{
		width: 33.333%;
	}
}
@media (max-width: 767px) {
	.contact{
		padding-top: .6rem;
		padding-bottom: .6rem;
	}
	.contact-a{
		height: 7rem;
		margin-top: 1rem;
	}
	.contact-b{
		padding-top: .6rem;
		padding-bottom: .6rem;
	}
	.contact-b1,.contact-b2,.contact-b3{
		width: 100%;
		margin-bottom: .3rem;
	}
	.ctb-a{
		font-size: .36rem;
		line-height: .5rem;
	}
	.ctb-b{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .15rem;
	}
	.ctb-c{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .15rem;
	}
	.contact-c{
		padding: .6rem 0;
	}
	.contact-c1{
		width: 100%;
		margin-bottom: .3rem;
	}
	.contact-c2{
		width: 100%;
		float: left;
	}
	.ctb-d{
		font-size: .3rem;
		line-height: .45rem;
		margin-top: .15rem;
	}
	.ctb-e{
		margin-top: .2rem;
	}
}



/*应用案例*/
.cases-top{
	padding-top: 25px;
	padding-bottom: 25px;
	overflow:hidden;
}
.cases{
	width: 100%;
	min-height: 750px;
	position: relative;
}
.cases-a{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}
.cases-a div{
	width: 100%;
	height: 100%;
	max-width: initial;
	position: absolute;
	top: 0;
	left: 0;
	background: no-repeat center;
	display: none;
}
.cases-b{
	width: 27%;
	min-height: 750px;
	float: left;
	border-right: 1px solid rgba(255,255,255,.2);
	position: relative;
	z-index: 3;
	padding-left: 50px;
}
.cases-b1{
	width: 100%;
	max-width: 360px;
	float: right;
	padding-top: 80px;
}
.cases-b1 li{
	height: 50px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #fff;
	line-height: 35px;
	min-height: 90px;
	padding-left: 40px;
	text-align: center;
	cursor: pointer;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.cases-b1 li:hover{
	color: #0084d2;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.cases-b1 li.on{
	color: #0084d2;
	background: url(../img/ico21.png) no-repeat left top;
	background-size: 30px;
}
.cases-c{
	width: 73%;
	float: right;
	padding-right: 50px;
	position: relative;
	z-index: 3;
}
.cases-c1{
	width: 100%;
	max-width: 1240px;
	padding-left: 10%;
	padding-top: 90px;
	display: none;
}
.cases-c1-a{
	font-size: 34px;
	line-height: 40px;
	color: #fff;
}
.cases-c1-b{
	font-size: 18px;
	line-height: 35px;
	color: #fff;
	margin-top: 25px;
}
.cases-c1-c{
	overflow: hidden;
	margin-top: 35px;
	float: left;
	margin-right: 15px;
}
.cases-c1-c a{
	display: inline-block;
	min-width: 120px;
	height: 120px;
	border: 1px solid rgba(255,255,255,.3);
	text-align: center;
	line-height: 120px;
	font-size: 16px;
	color: #fff;
	padding: 0 10px;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.cases-c1-c a:hover{
	border: 1px solid rgba(0,132,210,.3);
	color: #0083D3;
	transition: all .3s; 
-webkit-transition: all .3s;
}

@media (max-width: 1023px) {
	.cases-b{
		padding-left: 15px;
	}
	.cases-b1 li{
		padding-left: 35px;
	}
	.cases-c{
		padding-right: 20px;
	}
	.cases-c1-c a{
		min-width: 100px;
		line-height: 100px;
		height: 100px;
	}
}
@media (max-width: 767px) {
	.cases-top{
		padding-top: .3rem;
		padding-bottom: .3rem;
	}
	.news-a{
		line-height: .45rem;
		height: .45rem;
	}
	.news-a a{
		font-size: .3rem;
		line-height: .45rem;
		height: .45rem;
	}
	.cases{
		height: initial;
		min-height: initial;
		overflow: hidden;
		padding-bottom: 1rem;
	}
	.cases-a div{
		background-size: cover;
	}
	.cases-b{
		width: 100%;
		padding: 0 .4rem;
		min-height: initial;
	}
	.cases-b1{
		padding-top: .8rem;
		overflow: hidden;
		max-width: initial;
	}
	.cases-b1 li{
		width: 48%;
		float: left;
		font-size: .22rem;
		height: initial;
		line-height: .4rem;
		padding-left: .5rem;
		margin-bottom: .2rem;
		margin: .05rem 1%;
		min-height: initial;
		text-align: left;
	}
	.cases-b1 li.on{
		background-size: .4rem;
	}
	.cases-c{
		width: 100%;
		padding: 0 .4rem;
		padding-bottom: .1rem;
	}
	.cases-c1{
		padding:0;
		padding-top:1.2rem;
		overflow: hidden;
	}
	.cases-c1-a{
		font-size: .36rem;
		line-height: .5rem;
	}
	.cases-c1-b{
		font-size: .24rem;
		line-height: .45rem;
		margin-top: .2rem;
	}
	.cases-c1-c{
		margin-top: .3rem;
		margin-right: .2rem;
	}
	.cases-c1-c a{
		min-width: 1.5rem;
	    line-height: 1.46rem;
	    height: 1.46rem;
	    font-size: .26rem;
	}
}




/*应用案例详情*/
.casesinfo-top{
	height: 100px;
}
.casesinfo-top a{
	display: block;
	width: 80px;
	height: 40px;
	line-height: 40px;
	float: right;
	margin-top: 30px;
	border-left: 1px solid rgba(0,0,0,.1);
	font-size: 14px;
	color: #444;
	padding-left: 50px;
	background: url(../img/ico22.png) no-repeat 25px center;
}
.casesinfo-top a:hover{
	color: #0083D3;
}
.casesinfo{
	overflow: hidden;
	border-top: 1px solid rgba(0,0,0,.1); 
	position: relative;
}
.casesinfo-a{
	width: 62.5%;
	float: left;
	background: #f7f7f7;
	padding: 60px 30px 130px 50px;
	overflow: hidden;
}
.casesinfo-a-bj{
	width: 62.5%;
	height: 100%;
	float: left;
	background: #f7f7f7;
	position: absolute;
	top: 0;
	left: 0;
}
.casesinfo-a1{
	width: 100%;
	max-width: 880px;
	margin: 0 auto; 
}
.casesinfo-a1-a{
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}
.casesinfo-a1-a img{
	width: 100%;
}
.casesinfo-a1-a .vd-div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.2) url(../img/ico23.png) no-repeat center;
	cursor: pointer;
}
.casesinfo-b{
	width: 37.5%;
	float: right;
	padding-right: 50px;
	min-height: 990px;
}
.casesinfo-b1{
	width: 100%;
	max-width: 565px;
	padding-left: 10%;
	padding-top: 100px;
}
.casesinfo-b1-a{
	font-size: 30px;
	line-height: 40px;
	color: #222;
}
.casesinfo-b1-b{
	font-size: 16px;
	min-height: 475px;
	padding: 30px 0;
	line-height: 30px;
	color: #666;
}
.casesinfo-b1-c{
	font-size: 16px;
	color: #888;
	line-height: 20px;
}
.casesinfo-b1-d{
	margin-top: 15px;
	overflow: hidden;
}
.casesinfo-b1-d a{
	display: block;
	font-size: 16px;
	line-height: 18px;
	padding-right: 10px;
	margin: 8px 0;
	margin-right: 25px;
	color: #222;
	float: left;
	min-width: 160px;
}
.casesinfo-b1-d a:hover{
	color: #0083D3;
}
.casesinfo-b1-d a:nth-child(2n + 1){
	border-right: 1px solid rgba(0,0,0,.1);
}
.casesinfo-b1-e{
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid rgba(0,0,0,.1);
}
.casesinfo-b1-e a{
	display: block;
	font-size: 14px;
	line-height: 25px;
	color: #222;
	margin: 3px 0;
}
.casesinfo-b1-e a:hover{
	color: #0083D3;
}
@media (max-width: 1650px) {
	.casesinfo-b1-d a{
		width: 100%;
		border-right:none
	}
}
@media (max-width: 1023px) {
	.casesinfo-a-bj{
		width: 50%;
	}
	.casesinfo-a{
		width: 50%;
	}
	.casesinfo-b{
		width: 50%;
		min-height:830px;
	}
	.casesinfo-b1-b{
		min-height: 300px;
	}
}
@media (max-width: 767px) {
	.casesinfo-top{
		height: 1rem;
	}
	.casesinfo-top a{
		margin-top: .2rem;
		height: .6rem;
		line-height: .6rem;
	}
	.casesinfo-a-bj{
		display: none;
	}
	.casesinfo-b{
		width: 100%;
		padding: .6rem .4rem;	
		min-height: initial;
	}
	.casesinfo-b1{
		padding: 0;
	}
	.casesinfo-b1-a{
		font-size: .4rem;
		line-height: .6rem;
	}
	.casesinfo-b1-b{
		min-height: initial;
		font-size: .24rem;
		line-height: .45rem;
		padding: .4rem 0;
	}
	.casesinfo-b1-c{
		font-size: .38rem;
		line-height: .45rem;
	}
	.casesinfo-b1-d{
		margin-top: .15rem;
	}
	.casesinfo-b1-d a{
		font-size: .24rem;
		line-height: .45rem;
		margin: .05rem 0;
	}
	.casesinfo-b1-e{
		margin-top: .5rem;
		padding-top: .5rem;
	}
	.casesinfo-b1-e a{
		font-size: .24rem;
		line-height: .45rem;
	}
	.casesinfo-a{
		width: 100%;
		padding: .8rem .4rem;
	}
	.casesinfo-a1-a{
		margin-bottom: .4rem;
	}
	.casesinfo-a1-a .vd-div{
		background-size: .8rem;
	}
}



/*产品列表*/
.product{
	width: 100%;
	overflow: hidden;
	background: #f7f7f7;
	padding-top: 100px;
	position: relative;
}

.product-a-bj{
	width: 380px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 2;
}
.product-a{
	width: 380px;
	overflow: hidden;
	min-height: 1120px;
	float: left;
	background: #fff;
	padding-top: 45px;
	position: relative;
	z-index: 3;
}
.product-a1{
	font-size: 18px;
	color: #444;
	line-height: 1;
	padding: 0 30px;
}
.product-a2{
	margin-top: 15px;
	height: 45px;
	width: 100%;
	position: relative;
	padding: 0 30px;
}
.product-a2 .int1{
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	padding-right: 5px;
	border: 1px solid rgba(0,0,0,.1);
	font-size: 14px;
	color: #333;
}
.product-a2 .int2{
	width: 45px;
	height: 45px;
	border: none;
	background: url(../img/ico37.png) no-repeat center;
	position: absolute;
	top: 0;
	right:30px
}
.product-a3{
	font-size: 18px;
	color: #444;
	line-height: 1;
	padding: 0 30px;
	margin-top: 60px;
}
.product-a4{
	margin-top: 20px;
	padding-bottom: 140px;
}
.product-list{
	width: 100%;
	overflow: hidden;
}
.product-list-a{
	width: 100%;
	height: 80px;
	padding: 10px 20px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	cursor: pointer;
}
.product-list-a1{
	width: 80px;
	height: 60px;
	float: left;
}
.product-list-a1 img{
	max-width: 100%;
	max-height: 100%;
}
.product-list-a2{
	font-size: 16px;
	color: #222;
	line-height: 60px;
	float: left;
	margin-left: 15px;
}
.product-list-a3{
	width: 30px;
	height: 60px;
	float: right;
	background: url(../img/ico39.png) no-repeat left center;
}
.product-list-a3.on{
	background: url(../img/ico40.png) no-repeat left center;
}
.product-list-b{
	width: 260px;
	float: right;
	display: none;
}
.product-list-b li{
	font-size: 14px;
	color: #888;
	line-height: 20px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	cursor: pointer;
}
.product-list-b li a{
	display: block;
	padding: 20px 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #888;
	line-height: 20px;
	padding-right: 25px;
}
@media (min-width: 1024px) {
	.product-list-b li a:hover{
		color: #0083D3;
	 }
}
.product-list-b li:first-child a{
	
}
.product-list-b li .product-list-b1{
	background: url(../img/ico39.png) no-repeat 96% center;
}
.product-list-b li .product-list-b1.on{
	background: url(../img/ico40.png) no-repeat 96% center;
	color: #0083D3;
}
.product-list-b li .product-list-b2{
	display: none;
}
.product-list-b li .product-list-b2 a{
	border-top: 1px solid rgba(0,0,0,.1);
	padding-left: 20px;
}


.product-b{
	width: calc(100% - 380px);
	padding: 0 50px;
	padding-bottom: 100px;
	float: right;
}
.product-b1{
	font-size: 36px;
	text-align: center;
	line-height: 40px;
	padding: 50px 0;
	text-align: center;
	color: #222;
}
.product-b2{
	width: 101.4%;
	margin-left: -0.7%;
	padding-bottom: 65px;
	overflow: hidden;
}
.product-b2 li{
	width: 23.6%;
	margin: 0 .7%;
	margin-bottom: 20px;
	float: left;
	background: #fff;
	padding: 30px;
	position: relative;
}
.product-b2-a{
	width: 100%;
}
.product-b2-a img{
	max-width: 100%;
}
.product-b2-b{
	font-size: 20px;
	line-height: 25px;
	height: 50px;
	color: #222;
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.product-b2-c{
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	color: #888;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}
.product-b2-d{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/ico20.png) no-repeat center rgba(2,37,70,.6);
	opacity: 0;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.product-b2-d:hover{
	opacity: 1;
	transition: all .3s; 
-webkit-transition: all .3s;
}

@media (max-width: 1450px) {
	.product-b2 li{
		width: 31.933%;
	}
}
@media (max-width: 1300px) {
	.product-a-bj{
		width: 300px;
	}
	.product-a{
		width: 300px;
	}
	.product-list-b{
		width: 240px;
	}
	.product-b{
		width: calc(100% - 300px);
	}
	.product-b2 li{
		width: 48.6%;
	}
}
@media (max-width: 1023px) {
	.product-b2 li{
		width: 100%;
		margin: 0;
		margin-bottom: 30px;
	}
	
}
@media (max-width: 767px) {
	.product-a-bj{
		display: none;
	}
	.product{
		padding-top: 1.2rem;
	}
	.product-a{
		width: 100%;
		padding-top: .6rem;
		min-height: initial;
		padding-bottom: .4rem;
	}
	.product-a1{
		font-size: .28rem;
		padding: 0 .4rem;
	}
	.product-a2{
		margin-top: .2rem;
		width: 100%;
		padding: 0 .4rem;
		height: .8rem;
	}
	.product-a2 .int1{
		height: .8rem;
		font-size: .28rem;
		line-height: .8rem;
	}
	.product-a2 .int2{
		width: .8rem;
		height: .8rem;
		right: .5rem;
		top: .05em;
	}
	.product-a3{
		margin-top: .5rem;
		font-size: .3rem;
		line-height: .45rem;
		padding: 0 .4rem;
		background: url(../img/ico39.png) no-repeat 6.8rem center;
	}
	.product-a3.on{
		background: url(../img/ico40.png) no-repeat 6.8rem center;
	}
	.product-a4{
		margin-top: .2rem;
		padding-bottom: .3rem;
		display: none;
	}
	.product-list-a{
		height: 1.6rem;
		padding: .2rem .4rem;
	}
	.product-list-a1{
		width: 1.6rem;
		height: 1.2rem;
	}
	.product-list-a2{
		font-size: .28rem;
		line-height: 1.2rem;
		margin-left: .15rem;
	}
	.product-list-a3{
		width: .4rem;
		height: 1.2rem;
	}
	.product-list-b{
		width: 90%;
		
	}
	.product-list-b li{
		font-size: .26rem;
		line-height: .45rem;
	}
	.product-list-b li a{
		font-size: .24rem;
		line-height: .45rem;
		padding: .2rem 0;
	}
	.product-b{
		width: 100%;
		padding: 0 .4rem;
		padding-bottom: .8rem;
	}
	.product-b1{
		font-size: .36rem;
		line-height: .45rem;
		padding: .6rem 0;
	}
	.product-b2 li{
		margin-bottom: .3rem;
		padding: .3rem;
	}
	.product-b2-b{
		font-size: .36rem;
		height: .45rem;
		line-height: .45rem;
	}
	.product-b2-c{
		font-size: .26rem;
		height: .9rem;
		line-height: .45rem;
		margin-top: .15rem;
	}
	.product-b2{
		width: 100%;
		padding-bottom: .3rem;
	}
}



/*产品详情*/
.proinfo{
	background: #f7f7f7;
	margin-top: 100px;
}
.proinfo-a{
	width: 100%;
	height: 650px;
	background: no-repeat center;
}
.proinfo-a1{
	width: 100%;
	float: left;
	max-width: 450px;
	padding-top: 190px;
	font-size: 18px;
	color: #444;
	line-height: 35px;
}
.proinfo-a1-a{
	font-size: 18px;
	color: #888;
	line-height: 1;
}
.proinfo-a1-b{
	font-size: 45px;
	color: #444;
	line-height: 55px;
	margin-top: 10px;
}
.proinfo-a1-c{
	width: 100%;
	max-width: 400px;
	height: 1px;
	background:rgba(0,0,0,.1);
	margin: 50px 0 40px 0;
}
.proinfo-a1-e a{
	color: #444;
}
.proinfo-a1-e a:hover{
	color: #0083D3;
}
.proinfo-a2{
	width: 600px;
	overflow: hidden;
	float: right;
	margin-right: 180px;
	padding-top: 50px;
}
.proinfo-a2-a{
	width: 100%;
	margin-bottom: 10px;
}
.proinfo-a2-b{
	width: 100%;
	height: 80px;
	text-align: center;
}
.proinfo-a2-b img{
	max-height: 100%;
	border: 2px solid rgba(0,0,0,.1);
	margin: 0 20px;
}
.proinfo-a2-b img.on{
	border: 2px solid #0083D3;
}
.proinfo-b{
	height: 100px;
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.proinfo-b1{
	width: calc(100% - 160px);
	max-width: 1150px;
	float: left;
}
.proinfo-b1 div{
	width: 20%;
	height: 100%;
	float: left;
	font-size: 18px;
	color: #444;
	line-height: 100px;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.proinfo-b1 div:after{
	content: "";
	width: 1px;
	height: 40px;
	background: rgba(0,0,0,.1);
	position: absolute;
	top: 30px;
	right: 0;
}
.proinfo .w1600{
	overflow: initial;
}
.proinfo-b1 div span{
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 10px;
	background: url(../img/ico42.png) no-repeat center;
	opacity: 0;
}
.proinfo-b1 div.on span{
	opacity: 1;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.proinfo-b1 div:hover span{
	opacity: 1;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.proinfo-b2{
	display: block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	float: right;
	margin-top: 30px;
	border-left: 1px solid rgba(0,0,0,.1);
	font-size: 14px;
	color: #444;
	padding-left: 50px;
	background: url(../img/ico22.png) no-repeat 25px center;
}
.proinfo-b2:hover{
	color: #0083D3;
}
.proinfo-c{
	background: #fff;
	padding:80px 50px;
}
.proinfo-c1{
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	font-size: 16px;
	color: #666;
	line-height: 35px;
	display: none;
}
.proinfo-c1 table{
	min-width: initial;
	position: relative;
	line-height: 1.5;
	border-bottom: 1px solid #f2f2f2;
}
.proinfo-c1 table tr{
	border-top: 1px solid #f2f2f2;
}
@media (min-width: 1220px) {
	.proinfo-c1 table{
		min-width: 980px;
	}
}
.proinfo-c1 img{
	max-width: 100%;
}
.proinfo-c1-a{
	font-size: 20px;
	color: #444;
	height: 20px;
	line-height: 20px;
	padding-left: 15px;
	margin-bottom: 15px;
	border-left: 4px solid #0083D3;
}
.proinfo-c1-b{
	width: 100%;
	height: 90px;
	margin-bottom: 30px;
	border: 1px solid rgba(0,0,0,.1);
	font-size: 16px;
	color: #444;
	line-height: 90px;
}
.proinfo-c1-b1{
	width: calc(100% - 140px);
	float: left;
	padding-left: 85px;
	background: url(../img/ico43.png) no-repeat 35px center;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.proinfo-c1-b2{
	width: 70px;
	float: right;
	margin-right: 50px;
	display: block;
	font-size: 16px;
	color: #888;
	line-height: 90px;
	text-align: center;
}
.proinfo-c1-b2:hover{
	color: #0083D3;
}
.proinfo-d{
	background: #fff;
	margin-top: 20px;
	padding:75px 30px;
}
.proinfo-d1{
	font-size: 30px;
	color: #444;
	line-height: 1;
	width: 100%;
	max-width: 1420px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.proinfo-d2{
	padding-bottom: 70px;
	width: 100%;
	max-width: 1420px;
	margin: 0 auto;
}
.proinfo-d2 .swiper-slide{
	padding: 15px;
	border: 1px solid rgba(0,0,0,.1);
}
.proinfo-d2-a img{
	max-width: 100%;
}
.proinfo-d2-b{
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	color: #222;
	margin-top: 15px;
	text-align: center;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.proinfo-d2-c{
	font-size:14px;
	height: 50px;
	line-height: 25px;
	color: #888;
	text-align: center;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
/*.proinfo-span span{
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border: 2px solid #0083d3;
	background: none;
	opacity: 1;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.proinfo-span .swiper-pagination-bullet-active{
	width: 35px;
	background: #0083D3;
	border-radius: 5px;
	transition: all .3s; 
-webkit-transition: all .3s;
}*/

@media (max-width: 1350px) {
	.proinfo-a2{
		width: 450px;
		margin-right: 0;
	}
	.proinfo-a2-b{
		height: 70px;
	}
	.proinfo-a2-b img{
		margin: 0 2px;
	}
}
@media (max-width: 1023px) {
	.proinfo-a{
		height: 1000px;
		background-position-y: top;
	}
	.proinfo-a2{
		position: absolute;
		left: 50%;
		margin-left: -225px;
		bottom: -50px;
	}
	.proinfo-a2-a{
		width: 80%;
		margin-left: 10%;
	}
}
@media (max-width: 767px) {
	.proinfo{
		margin-top: 1rem;
	}
	.proinfo-a{
		height: 10rem;
		padding-bottom: 5rem;
		background-size:15rem 5rem;
	}
	.proinfo-a1{
		padding-top: 1.5rem;
		font-size: .24rem;
		line-height: .45rem;
		padding-left:.4rem;
		padding-right: .4rem;
	}
	.proinfo-a1-a{
		font-size: .26rem;
	}
	.proinfo-a1-b{
		font-size: .45rem;
		line-height: .6rem;
	}
	.proinfo-a1-c{
		margin: .2rem 0;
	}
	.proinfo-a2{
		width: 6rem;
		margin-left: -3rem;
		bottom: .3rem;
	}
	.proinfo-a2-a{
		width: 70%;
		margin-left: 15%;
	}
	.proinfo-a2-b{
		height: 1rem;
	}
	.proinfo-a{
		position: relative;
	}
	.proinfo-b1 div span{
		display: none;
	}
	.proinfo-b{
		height: initial;
		overflow: hidden;
	}
	.proinfo-b1{
		 width: calc(100% - 1.6rem);
	}
	.proinfo-b1 div{
		width: 50%;
		font-size: .26rem;
		line-height: .8rem;
	}
	.proinfo-b1 div:after{
		height: .4rem;
		top: .2rem;
	}
	.proinfo-b2{
		width: 1.5rem;
		height: .4rem;
		font-size: .26rem;
		line-height: .4rem;
		padding-left: .7rem;
		margin-top: .2rem;
		background: url(../img/ico22.png) no-repeat .15rem center;
	}
	.proinfo-b1 div.on{
		color:  #0083D3;
	}
	.proinfo .w1600{
		padding: 0;
	}
	.proinfo-c{
		padding: .6rem .4rem;
	}
	.proinfo-c1-a{
		font-size: .3rem;
		height: .3rem;
		line-height: .3rem;
	}
	.proinfo-c1{
		font-size: .24rem;
		line-height: .45rem;
	}
	.proinfo-d{
		margin-top: .3rem;
		padding: .6rem .4rem;
	}
	.proinfo-d1{
		font-size: .36rem;
		margin-bottom: .4rem;
	}
	.proinfo-d2-b{
		font-size: .3rem;
		line-height: .5rem;
		height: .5rem;
	}
	.proinfo-d2-c{
		font-size: .24rem;
		line-height: .45rem;
		height: .9rem;
	}
}


















.sf-tk{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.6);
	z-index: 199;
	display: none;
	text-align: center;
}
.tk-v{
	width: 80%;
	height: 80%;
	position: absolute;
	left: 10%;
	top: 10%;
}
.tk-v video{
	max-width: 100%;
	max-height: 100%;
}
.tk-v iframe{
	width: 100%;
	height: 100%;
}
.sf-tk .gbx{
	width: 50px;
	height: 50px;
	background: url(../img/x01.png) no-repeat center;
	position: absolute;
	top: 10%;
	left: 91%;
	opacity:1;
	transition: all .5s; 
	-webkit-transition: all .5s;
}
.sf-tk .gbx:hover{
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);		
	-webkit-transform: rotate(180deg);			
	-moz-transform: rotate(180deg);	
	opacity:0.8;
	transition: all .5s; 
	-webkit-transition: all .5s;
}
@media (max-width: 767px) {
	.sf-tk .gbx{
		width: .5rem;
		height: .5rem;
		left: 90%;
		top: 1.1rem;
		background-size: cover;
	}
	.tk-v{
		width: 96%;
		left: 2%;
		top: 1.8rem;
	}
}



.ibanner-m{
	display: none;
}
@media (max-width: 767px) {
	.ibanner-pc{
		display: none;
	}
	.ibanner-m{
		display: block;
	}
}





/*登录توجه داشته باشید册*/
.login-bj{
	height: 830px;
	background: no-repeat top center;
	margin-top: 100px;
	position: relative;
}
/*.login{
	width: 1020px;
	height: 590px;
	position: absolute;
	top: 270px;
	left: 50%;
	margin-left: -510px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 15px 10px rgba(0,0,0,.4);
}*/

.login{
	width: 570px;
	height: 380px;
	position: absolute;
	top: 270px;
	left: 50%;
	margin-left: -285px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 15px 10px rgba(0,0,0,.3);
	padding: 0 80px;
	padding-top: 35px;
}
.login-a{
	font-size: 24px;
	color: #2b2b2b;
	line-height: 25px;
	float: left;
}
.login-b{
	font-size: 18px;
	color: #0686d4;
	line-height: 25px;
	float: right;
}
.login-b:hover{
	opacity: .9;
}
.login-c{
	clear: both;
	width: 100%;
	margin-top: 25px;
	float: left;
	overflow: hidden;
}
.login-c1{
	margin-bottom: 20px;
	position: relative;
}
.login-c1-a{
	font-size: 14px;
	color: #484848;
	line-height: 20px;
	margin-bottom: 10px;
}
.login-c1-b{
	width: 100%;
	height: 44px;
	border: 2px solid rgba(0,0,0,.1);
	padding: 0 10px;
	font-size: 16px;
	color: #333;
}
.login-c1-c{
	width: 44px;
	height: 44px;
	background: url(../img/sf002.png) no-repeat center;
	position: absolute;
	right: 0;
	bottom: 0;
  display: none;
}
.login-c1-d{
	width: 44px;
	height: 44px;
	background: url(../img/sf003.png) no-repeat center;
	position: absolute;
	right: 0;
	bottom: 0;
	display: none !important;
}
.login-c1.on .login-c1-b{
	background: #efefef;
}
/*.login-c1.on .login-c1-c{
	display: block;
}
.login-c1.on .login-c1-d{
	display: block;
}*/

.login-c .int1{
	width: 130px;
	height: 45px;
	border-radius: 22.5px;
	background: #0686d4;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 14px;
	border: none;
	float: left;
	margin-top: 10px;
}
.login-c .int1:hover{
	opacity: .9;
}
.login-c .int2{
	display: block;
	float: right;
	line-height: 45px;
	color: #888888;
	font-size: 14px;
	margin-top: 10px;
}
.login-c .int2:hover{
	color: #0686d4;
}



.registered-bj{
	height: 1025px;
	background: no-repeat top center;
	margin-top: 100px;
	position: relative;
}
.registered{
	width: 1020px;
	height: 610px;
	position: absolute;
	top: 270px;
	left: 50%;
	margin-left: -510px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 15px 10px rgba(0,0,0,.4);
	padding: 0 80px;
	padding-top: 55px;
}
.registered-a{
	font-size: 24px;
	color: #2b2b2b;
	line-height: 25px;
	float: left;
}
.registered-b{
	font-size: 16px;
	color: #666;
	line-height: 25px;
	float: right;
}
.registered-b a{
	font-size: 18px;
	color: #0686d4;
}
.registered-b a:hover{
	opacity: .9;
}
.registered-c{
	clear: both;
	width: 100%;
	margin-top: 45px;
	float: left;
	overflow: hidden;
}
.registered-c-lt{
	width: 400px;
	float: left;
}
.registered-c-rt{
	width: 400px;
	float: right;
}
.registered-c .int1{
	width: 180px;
	height: 45px;
	border-radius: 22.5px;
	background: #0686d4;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 14px;
	border: none;
	float: left;
	margin-top: 20px;
    margin-left: -120px;
}
.registered-c .int1:hover{
	opacity: .9;
}



@media (max-width: 1023px) {
	.registered{
		width: 600px;
		margin-left: -300px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.registered-c-lt{
		width: 260px;
	}
	.registered-c-rt{
		width: 260px;
	}
}

@media (max-width: 767px) {
	.login-bj{
		height: 10rem;
		background-size: cover;
		margin-top: 1.2rem;
	}
	.login{
		width: 6rem;
		margin-left: -3rem;
		top: 2rem;
		height: 6rem;
		padding: 0 .4rem;
		padding-top: .4rem;
	}
	.login-a{
		font-size: .3rem;
		line-height: .4rem;
	}
	.login-b{
		font-size: .26rem;
		line-height: .4rem;
	}
	.login-c{
		margin-top: .5rem;
	}
	.login-c1{
		margin-bottom: .2rem;
	}
	.login-c1-a{
		font-size: .26rem;
		margin-bottom: 0;
	}
	.login-c1-b{
		font-size: .26rem;
		line-height: .7rem;
		height: .7rem;
		border: 1px solid rgba(0,0,0,.1);
	}
	.login-c .int1{
		width: 2rem;
		height: .6rem;
		line-height: .6rem;
		font-size: .26rem;
		
	}
	.login-c .int2{
		height: .6rem;
		line-height: .6rem;
		font-size: .26rem;
	}
	
	.registered-bj{
		height: 12rem;
		background-size: cover;
		margin-top: 1.2rem;
	}
	.registered{
		width: 6.8rem;
		margin-left: -3.4rem;
		top: 1rem;
		padding-left:.4rem;
		padding-right: .4rem;
		height: initial;
		padding-bottom: .3rem;
	}
	.registered-a{
		font-size: .32rem;
		line-height: .4rem;
	}
	.registered-b{
		font-size: .26rem;
		line-height: .4rem;
	}
	.registered-b a{
		font-size: .3rem;
	}
	.registered-c{
		margin-top: .3rem;
	}
	.registered-c-lt{
		width: 49%;
	}
	.registered-c-rt{
		width: 49%;
	}
	.registered-c .int1{
		width: 2.6rem;
		height: .6rem;
		line-height: .6rem;
		font-size: .26rem;
		margin-top: .45rem;
		margin-left: -1.3rem;
    margin-top: .2rem;
    margin-bottom: .2rem;
	}
}






